os.File.Fd (method)
6 uses
os (current package)
exec_posix.go#L52: sysattr.Files = append(sysattr.Files, f.Fd())
file.go#L722: func (f *File) Fd() uintptr {
removeall_at.go#L56: if err := removeAllFrom(sysfdType(parent.Fd()), base); err != nil {
removeall_at.go#L123: err := removeAllFrom(sysfdType(file.Fd()), name)
net
file_unix.go#L18: s, call, err := poll.DupCloseOnExec(int(f.Fd()))
runtime/debug
stack.go#L77: fd2, _, err := poll.DupCloseOnExec(int(f.Fd()))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |